
    .modal-popup-container {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 10000;
        background-color: rgba(0,0,0,0.6);
        display: none;
    }

    .modal-popup-container.promotion_30_4 {
        display: none;
    }

    .promotion_30_4 img {
        width: 483px;
        height: 400px;
    }
    .confirm_promotion_bronze {
        position: absolute;
        background-color: #C93A02;
        color: #fff;
        padding: 12px 32px;
        border-radius: 8px;
        border: 1px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 100%;
        bottom: 15px;
    }
    .TCBiTVQxco-1-1 {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1000;
        transform: translate(-50%, -50%);
    }
    .TCBiTVQxco-1-1-1 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .TCBiTVQxco-1-1-2 {
        position: fixed;
        right: 0;
    }
    .TCBiTVQxco-1-1-1 img {
        max-width: 100%;
        height: auto;
        /* width: 480px; */
    }
    .promotion_30_4 .TCBiTVQxco-1-1-2 button {
        display: inline-flex;
        padding: 4px;
        align-items: center;
        gap: 10px;
        border-radius: 50px;
        background: #F3F3F3;
        border: 1px solid #fff;
        position: absolute;
        right: 0;
        top: -14px;
        right: -14px;
    }
    .jq-toast-wrap .jq-toast-single {
        box-shadow: 0 0 12px #1677ff;
    }
    @media screen and (max-width:480px) {
        .TCBiTVQxco-1-1 {
            width: 90%;
        }
        .TCBiTVQxco-1-1-1 img {
            width: 373px;
            height: 187px;
        }

        .promotion_30_4 .TCBiTVQxco-1-1-1 img {
            max-width: 100%;
            height: auto;
        }

        .confirm_promotion_bronze {
            bottom: 10px;
        }
    }